@charset "utf-8";
/*---------------------------------------------------------
mzj-index styles
---------------------------------------------------------*/

.main {
    width: 1200px;
    margin: auto;
    position: relative;
}

.text-center {
    text-align: center;
}

/* main_one */
.main_one {
    width: 100%;
    height: 425px;
}

.swiper-container {
    width: 52%;
    height: 425px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
    float: left;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 44%;
    bottom: 5px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #999;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #000;
}

.swiper-slide {
    position: relative;
}

.banner_bg {
    height: 30px;
    padding-left: 5px;
    line-height: 30px;
    font-size: 18px;
    background: #999;
    opacity: 0.4;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    left: 29px;
    bottom: 35px;
}

.banner_info {
    position: absolute;
    z-index: 6;
    color: #fff;
    left: 35px;
    bottom: 40px;
}

.news {
    width: 47%;
    height: 425px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
    float: right;
}

.swiper-container img {
    width: 560px;
    height: 370px;
    object-fit: cover;
    margin-left: 30px;
    margin-top: 19px;
}

.news_type {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #333;
}

.news_type li {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #BDBDBD;
    float: left;
    /* margin-left: 20px; */
    width: 24%;
    text-align: center;
}

.news_type .more {
    font-size: 14px !important;
    margin-left: 208px;
}

.news_info {
    padding-left: 20px;
    padding-right: 20px;
}

.news_info_item {
    overflow: hidden;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
}

.news_info a {
    float: left;
}

.news_info span {
    float: right;
}

/* main_notice */
.main_notice {
    width: 100%;
    margin: 20px 0;
    height: 60px;
    background: #0365B1;
    line-height: 60px;
}

.main_notice span a {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 31px;
}

/* guide */
.guide {
    background: #00B97B;
    border: 2px solid #36CC99;
}

.guide_list,
.business,
.refer {
    float: left;
}

.guide_list>div {
    width: 200px;
    height: 75px;
    background: #0365B1;
    border-top: 1px solid #fff;
    text-align: center;
    line-height: 75px;
    color: #fff;
}

.guide_list>div a {
    color: #fff;
}

.guide_list>div:hover {
    background: #67A8EA;
}

.business {
    width: 415px;
    height: 380px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-left: 17px;
    text-align: center;
}

.bus_title,
.refer_title {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #0365B1;
    margin-top: 21px;
    margin-bottom: 24px;
}

.type_left,
.type_right {
    width: 156px;
    display: inline-block;
    margin: 0 15px;
}

.type img {
    width: 156px;
    height: 85px;
    margin-bottom: 9px;
}

.refer {
    width: 551px;
    height: 380px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-left: 17px;
    text-align: center;
}

.des {
    width: 130px;
    height: 45px;
    background: #1696F5;
    border-radius: 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
}

.des a {
    color: #fff;
}

.refer_list {
    width: 130px;
    text-align: center;
    display: inline-block;
    margin: 20px;
}

.refer_list img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

/* main_three */
.main_three {
    height: 386px;
    background: #EEEEEE;
}

.main_three_title {
    width: 978px;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 31px;
}

.main_three_title a {
    display: block;
    width: 232px;
    height: 45px;
    background: #6AAEED;
    float: left;
    line-height: 45px;
    text-align: center;
    margin-right: 12px;
}

.main_three_title span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.main_three_news {
    padding: 0 20px;
}

.news_l,
.news_r {
    width: 560px;
    height: 260px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    float: left;
    padding: 10px 16px;
}

.news_r {
    float: right;
}

.main_three_news .dot {
    width: 6px;
    height: 6px;
    background: #0365B1;
    border-radius: 50%;
}

.main_three_news .dot,
.main_three_news .content {
    display: inline-block;
    vertical-align: middle;
}

.dot {
    margin-right: 13px;
}

.content {
    width: 95%;
}

.content a {
    float: left;
}

.content span {
    float: right;
}

.main_three_news li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
}

/* main_four */
.main_four {
    margin: 20px 0;
    box-shadow: 0px 3px 12px 0px rgb(7 0 2 / 13%);
}

.four_l {
    width: 780px;
    height: 340px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    float: left;
    box-sizing: border-box;
    margin: 10px;
}

.four_r {
    width: 380px;
    height: 340px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    float: right;
    padding-bottom: 30px;
    overflow: hidden;
    margin: 9px;
}

.four_l_type,
.four_l_counsel {
    width: 48%;
    height: 364px;
    float: left;
}

.four_l_type {
    padding: 5px 0 30px 0;
}

.kind {
    width: 130px;
    height: 116px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin: 5px 28px
}

.icon {
    margin-top: 30px;
}

.icon img {
    width: 30px;
    height: 30px;
}

.four_l_counsel {
    box-sizing: border-box;
}

.counsel_title {
    text-align: center;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #0365B1;
    margin-top: 20px;
}

.counsel_type {
    width: 160px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 18px 0;
}

.kind:hover {
    background: #67A8EA;
    color: #fff;
}

.consultList {
    height: 265px;
    padding: 0 15px;
    padding-bottom: 15px;
    overflow: hidden;
    margin-top: 10px;
}

.consultList ul li {
    display: flex !important;
    flex-flow: wrap row !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.consultList .title {
    display: block !important;
    width: 190px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.consultList ul li {
    margin: 25px 0;
    font-size: 14px;
}

.consultList .date {
    float: right;
}

.move {
    margin-right: 20px;
}

.move a:hover {
    background: #67A8EA;
}

.counsel_type a:hover {
    background: #67A8EA;
}

.side {
    width: 4px;
    height: 52px;
    background: #BBC862;
}

.orange {
    background: #FEBB3A;
}

.pink {
    background: #F99576;
}

.purple {
    background: #AC75F1;
}

.red {
    background: #E467AA;
}

.blue {
    background: #67A8EA;
}

.counsel_type div,
.counsel_type span {
    display: inline-block;
    vertical-align: middle;
}

.counsel_type span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #424242;
    margin-left: 33px;
}

.long {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #424242;
    line-height: 18px;
}

.four_r_title {
    margin-top: 20px;
    margin-left: 106px;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #BDBDBD;
}

.four_r_title span:nth-child(1) {
    margin-right: 21px;
}

.square {
    width: 11px;
    height: 5px;
    background: #DA4A4A;
    margin-right: 15px;
}

.four_r_news .square,
.four_r_news a {
    display: inline-block;
    vertical-align: middle;
}

.four_r_news a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 41px;
}

.four_r_news {
    margin-left: 26px;
    margin-top: 20px;
}

.main_five {
    height: auto;
    background: #FFFFFF;
    margin: auto;
    box-shadow: 0px 3px 12px 0px rgb(7 0 2 / 13%);
}

.main_five_type {
    width: 259px;
    height: 85px;
    background: #F5F5F5;
    float: left;
    margin: 18px 20px;
    line-height: 85px;
}

.main_five_type img {
    width: 61px;
    height: 61px;
    margin-left: 15px;
    margin-right: 10px;
}

.main_five_type img,
.main_five_type span {
    vertical-align: middle;
}

.main_six {
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
    margin: 20px 0;
}

.main_six img {
    width: 282px;
    height: 120px;
    margin-right: 5px;
}

.main_six img:nth-child(5) {
    margin-right: 0px;
}

.main_seven {
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
}

.main_seven_top {
    height: 45px;
    border-bottom: 2px solid #D9D9D9;
    line-height: 48px;
}

.main_seven_top span {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #0365B1;
    margin-left: 20px;
}

.main_seven_top a {
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0 10px;
    background: #6AAEED;
    padding: 5px 30px;
}

select {
    width: 258px;
    height: 37px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-top: 23px;
    margin-left: 40px;
    box-sizing: border-box;
    padding: 2px 20px;
    margin-right: 125px;
}

select:nth-child(3) {
    margin-right: 0px;
}

.news_title_list a,
.nav_li a,
.guide_list a,
.des a,
.kind a,
.counsel_type a,
.main_five_type a,
.list a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .selected:hover {    color: #DA4A4A;} */
.active a span {
    font-family: Adobe Heiti Std !important;
    font-weight: 500 !important;
    color: #0365B1 !important;
}

.nav_li {
    width: 147px;
}

.sub_bar {
    width: 147px;
    background-color: #087CD6;
    color: white;
    position: absolute;
    z-index: 999;
    display: none;
}

.sub_bar a {
    display: block;
    width: 100%;
    height: 100%
}

/* other */
.sub_bar a {
    color: #fff;
}

.align {
    align-items: center;
}

.news_type li {
    width: 20% !important;
}

.main_top {
    height: 45px;
    border-bottom: 2px solid #D9D9D9;
    line-height: 48px;
}

.main_top span {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #0365B1;
    margin-left: 20px;
}

/* 头条 */
.container_row1 {
    overflow: hidden;
}

.container_row1 .row_top {
    background: #0365B1;
    padding: 15px 35px;
    border-radius: 5px;
}

.container_row1 .row_top a {
    color: #FFF;
    font-weight: bold;
    display: block;
}

.container_row1 .row_top .top_title {
    font-size: 25px;
}

.container_row1 .row_top .top_title img {
    width: 34px;
    height: 42px;
    margin-right: 20px;
}

.container_row1 .row_top .top_title a {
    width: 60px;
}

.container_row1 .row_top .headline {
    width: 88%;
    font-size: 32px;
    border-left: 2px solid #fff;
    padding-left: 25px;
}

.container_row1 .row_top .headline a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 展开图片 */
.container_row2 ul {
    margin: 0 -7px;
}

.container_row2 li {
    width: 33.33%;
    padding: 0 7px 15px;
}

.container_row2 li a {
    display: block;
    width: 100%;
}

.container_row2 li img {
    width: 100%;
    height: 80px;
}

@media screen and (max-width:1280px) {
    .list {
        display: none;
    }
}

@media screen and (min-width:1281px) and (max-width:1680px) {
    .list {
        width: 40px;
        padding: 15px 0;
        background: #0365B1;
        border: 2px solid #0365B1;
        border-radius: 10px;
        position: absolute;
        right: 1204px;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .list_f {
        top: 42px;
    }

    .list_se {
        background: #00B97B;
        border: 2px solid #00B97B;
        top: 567px;
    }

    .list_th {
        background: #D72323;
        border: 2px solid #D72323;
        top: 980px;
    }

    .list_fo {
        background: #E927BC;
        border: 2px solid #E927BC;
        top: 1373px;
    }

    .list_fi {
        background: #08B279;
        border: 2px solid #08B279;
        top: 1733px;
    }

    .list_six {
        background: #0F7ADE;
        border: 2px solid #0F7ADE;
        top: 1945px;
    }
}

@media screen and (min-width:1680px) and (max-width:2560px) {
    .list {
        width: 200px;
        height: 80px;
        line-height: 80px;
        background: #0365B1;
        border: 2px solid #0365B1;
        border-radius: 10px;
        position: absolute;
        right: 1220px;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
    }

    .list a {
        color: #fff
    }

    ;

    .list_f {
        top: 42px;
    }

    .list_se {
        background: #00B97B;
        border: 2px solid #00B97B;
        top: 567px;
    }

    .list_th {
        background: #D72323;
        border: 2px solid #D72323;
        top: 997px;
    }

    .list_fo {
        background: #E927BC;
        border: 2px solid #E927BC;
        top: 1373px;
    }

    .list_fi {
        background: #08B279;
        border: 2px solid #08B279;
        top: 1733px;
    }

    .list_six {
        background: #0F7ADE;
        border: 2px solid #0F7ADE;
        top: 1970px;
    }
}